home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 April / PC för Alla 0504.iso / noje / arcade-3.6.exe / tetris.swf / scripts / DefineSprite_65 / frame_1 / DoAction.as
Encoding:
Text File  |  2003-11-29  |  202 b   |  13 lines

  1. stop();
  2. _visible = false;
  3. yes_btn.onPress = function()
  4. {
  5.    _root.stopFall();
  6.    _root.gotoAndStop(2);
  7. };
  8. no_btn.onPress = function()
  9. {
  10.    _visible = false;
  11.    _root.pause_btn.onPress();
  12. };
  13.